Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-43087][SQL] Support coalesce buckets in join in AQE #40731

Closed
wants to merge 2 commits into from

Conversation

wangyum
Copy link
Member

@wangyum wangyum commented Apr 10, 2023

What changes were proposed in this pull request?

This PR adds CoalesceBucketsInJoin to AdaptiveSparkPlanExec.queryStagePreparationRules.

Why are the changes needed?

Coalesce buckets in join will not work if AQE is enabled.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Unit test.

@github-actions github-actions bot added the SQL label Apr 10, 2023
@wangyum
Copy link
Member Author

wangyum commented Apr 11, 2023

cc @cloud-fan

@cloud-fan
Copy link
Contributor

there is already a PR doing the same thing: #40688

@wangyum
Copy link
Member Author

wangyum commented Apr 11, 2023

Close this one.

@wangyum wangyum closed this Apr 11, 2023
@wangyum wangyum deleted the SPARK-43087 branch April 11, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants